setRotationY

open fun setRotationY(view: View, value: Float)(source)

Deprecated

Use setRotationY directly.

Sets the degrees that the view is rotated around the vertical axis through the pivot point. Increasing values result in counter-clockwise rotation from the viewpoint of looking down the y axis.

Parameters

view

view to set the rotation on.

value

The degrees of Y rotation.